home *** CD-ROM | disk | FTP | other *** search
/ Professor Iris Fun Field Trip: Seaside Adventure / Professor Iris - Fun Field Trip: Seaside Adventure.iso / pc / discovry / qttimer / 00003_Primary Movie Script.ls < prev    next >
Encoding:
Text File  |  1995-05-03  |  421 b   |  16 lines

  1. global QTspriteNum
  2.  
  3. on startMovie
  4.   set QTspriteNum to 10
  5.   puppetSprite(QTspriteNum, 1)
  6. end
  7.  
  8. on initStoryQT whichQT
  9.   global QTspriteNum, gQTduration, gPageNum, gWhichLang, gCurrentQTLocH
  10.   set the visible of sprite QTspriteNum to 1
  11.   set the directToStage of cast the castNum of sprite QTspriteNum to 1
  12.   set gQTduration to the duration of cast the castNum of sprite QTspriteNum
  13.   set the timer to 0
  14.   startTimer()
  15. end
  16.